submit io.pilot.sqlite v3.45.2 — native SQLite CLI (durable OLTP, complements duckdb)#61
Open
philip638 wants to merge 1 commit into
Open
submit io.pilot.sqlite v3.45.2 — native SQLite CLI (durable OLTP, complements duckdb)#61philip638 wants to merge 1 commit into
philip638 wants to merge 1 commit into
Conversation
Native SQLite 3.45.2 CLI app: durable single-file OLTP SQL for agents, the on-disk complement to io.pilot.duckdb. Binaries delivered from a publisher GitHub release (assets[].url escape hatch), sha256-pinned in the signed manifest. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Author
|
@TeoSlayer requesting your review on this native SQLite app submission. Key things to eyeball: the broad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
App submission
App id:
io.pilot.sqliteVersion:
3.45.2Publisher:
ed25519:hwWVhfcM90EjXJhCL2D+4Ji4ngW2Hp8H7sjTPqGFgMs=(Vulture Labs / Pilot Protocol — to be added topilot-protocol/catalogpublishers/registry.json)SQLite 3.45.2 as a native SQL database for agents: a zero-server, single-file, transactional (OLTP) SQL engine delivered to the host and fronted as typed methods. The durable, on-disk complement to
io.pilot.duckdb(in-memory OLAP) — fills the "no embedded transactional DB / durable agent memory" gap.Methods:
sqlite.query(→ JSON rows),sqlite.script(stdin),sqlite.schema,sqlite.tables,sqlite.exec(verbatim CLI passthrough),sqlite.version, + autosqlite.help.Automated gate
pilot-app verifypasses locally (bundle sha, manifest valid + signed,sqlite.helppresent, id/version consistent). Bundle shipsmanifest.json+bin/+install.json+install.sh.Native binary delivery
The four
sqlite3binaries are hosted on a publisher-controlled GitHub release via theassets[].urlescape hatch (no R2/GCP access on the publisher side), each sha256-pinned in the signed manifest so integrity is verified on download:https://github.com/philip638/pilot-sqlite-artifactsreleasev3.45.2— darwin arm64/amd64, linux arm64/amd64.StageAssetsfetches from the release, verifies the sha, stages$APP/sqlite3, and execs it (reports 3.45.2; queries work).Maintainer checklist (SPEC §7.2)
fs.read:*+fs.write:*— proportional to a general-purpose on-host SQL database that reads/writes the DB files the agent names — plus the standard native-cli set (proc.exec→sqlite3,fs.write $APPstaging,net.dial github.comto fetch). App isguarded. Please bless consciously./cc @TeoSlayer for review.